Home:ALL Converter>Autocomplete places widget returning error on place tap

Autocomplete places widget returning error on place tap

Ask Time:2020-02-24T01:11:05         Author:William Kwabena Gyasi

Json Formatter

Places Autocomplete widget returns this exception error when a place is tapped in prediction list

Author:William Kwabena Gyasi,eproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/60364720/autocomplete-places-widget-returning-error-on-place-tap
Just A Question :

getDetailsByPlaceId returns a dynamic List. Change the return type to List<PlaceDetails>.\n\n\nList<PlaceDetails> getDetailsByPlaceId(String id) { //Or whatever parameter you use\n //Your code\n}\n\n",
2020-02-23T17:33:44
yy